body {
    background: #f5f5f5
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    border-radius: 4px
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #ccc
}

::-webkit-scrollbar-thumb:hover {
    background-color: #C7C9CC
}

* {
    margin: 0;
    padding: 0
}

ul {
    list-style: none;
    padding-left: 0
}

a,
a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.auto-height {
    overflow: hidden
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.text-center {
    text-align: center
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    float: left
}

.bg_cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

input::-webkit-input-placeholder {
    color: #C8C8C8
}

input:-moz-placeholder {
    color: #C8C8C8
}

input:-ms-input-placeholder {
    color: #C8C8C8
}

.header {
    position: relative;
    background-color: #dc2021;
    flex-wrap: wrap;
    text-align: center
}

.header .header-top-line {
    width: 100%;
    height: 2px;
    background-color: #dc2021
}

.header>div:first-of-type {
    width: 1170px;
    height: 58px
}

.header>div:first-of-type ul {
    justify-content: flex-start;
    height: 58px
}

.header>div:first-of-type ul li {
    border-right: 1px solid #c91e1e
}

.header>div:first-of-type ul li a {
    display: block;
    width: 134px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    color: #ffffff
}

.header>div:first-of-type ul li:first-of-type {
    border-left: 1px solid #c91e1e
}

.header>div:first-of-type ul li:first-of-type a {
    width: 96px
}

.header>div:first-of-type ul li:hover {
    background: #b30909
}

.header>div:first-of-type ul>a {
    color: #fff;
    font-size: 13px
}

.header>div:first-of-type ul>a:first-of-type {
    margin-left: 40px
}

.header>div:first-of-type ul>span {
    color: #fff;
    margin: 0 2px
}

.header>div.list-down {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1;
    opacity: 0.97;
    overflow: hidden;
    display: none;
    background-color: #f7f5fb;
    border-left: 1px solid #e5e2e9;
    border-right: 1px solid #e5e2e9;
    border-bottom: 1px solid #e5e2e9
}

.header div.list-down>div {
    width: 1170px;
    overflow: hidden;
    margin: 0 auto
}

.header div.list-down>div>div {
    transition: 500ms all;
    width: 134px;
    float: left;
    padding: 14px 0 10px;
    border-right: 1px solid #eae8ee
}

.header div.list-down>div>div:first-of-type {
    margin-left: 97px;
    border-left: 1px solid #eae8ee
}

.header .nav-ul>li:hover {
    cursor: pointer;
    background-color: #b30909 !important
}

.header .list-down li,
.header .list-down li a {
    line-height: 32px;
    height: 32px;
    font-size: 14px;
    display: block;
    color: #222 !important
}

.header .list-down li a:hover {
    color: #f40303 !important
}

.header .list-down-item:hover {
    background-color: #fff
}

.header .nav_right02 {
    display: inline-block;
    height: 12px;
    width: 1px;
    background-color: #fff;
    margin: 0 4px
}

.search {
    padding-top: 36px;
    background-color: #fff
}

.search .logo {
    display: block;
    width: 366px;
    height: 84px;
    line-height: 50px;
    overflow: hidden;
    margin: 0 auto 64px
}

.search .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.search .input {
    width: 744px;
    height: 50px;
    border-radius: 8px;
    margin: 0 auto 20px;
    justify-content: space-between;
    position: relative
}

.search .input input::-ms-clear,
.search .input input::-ms-reveal {
    display: none
}

.search .input input {
    display: inline-block;
    width: 636px;
    height: 50px;
    font-size: 16px;
    outline: 0;
    border-radius: 8px 0px 0px 8px;
    border: 2px solid #D4D4D4;
    border-right: 0;
    padding-left: 15px;
    padding-right: 46px;
    color: #333
}

.search .input button {
    display: inline-block;
    width: 108px;
    height: 50px;
    background-color: #DC2121;
    background-image: url("/public2022/images/search.png");
    background-size: 15px;
    background-position: 25px;
    border-radius: 0px 8px 8px 0px;
    outline: 0;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    cursor: pointer
}

.search .input .keyword-del {
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url("/public2022/images/delete.png");
    right: 116px;
    top: 12px;
    cursor: pointer;
    display: none
}

.search .input .search-tabs {
    position: absolute;
    bottom: 58px
}

.search .input .search-tabs p {
    width: 81px;
    height: 36px;
    line-height: 32px;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    text-align: center
}

.search .input .search-tabs p.active {
    color: #fff;
    background-image: url("/public2022/images/search-tab.png")
}

.search .input .searchPhone a {
    color: #333
}

.search .content {
    background-color: #F5F5F5;
    overflow: hidden
}

.search .content .tabs {
    width: 1054px;
    margin: 0 auto
}

.search .content .tabs div {
    overflow: hidden;
    margin-top: 20px
}

.search .content .tabs div a {
    display: block;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    padding: 0 34px;
    text-align: center;
    float: left;
    color: #333;
    border-radius: 10px 10px 0px 0px
}

.search .content .tabs div a span {
    padding-bottom: 11px
}

.search .content .tabs div a span.active {
    color: #DC2121;
    border-bottom: 3px solid #DC2121
}

.search .content .tabs div a.active {
    background-color: #fff
}

.search .content .form {
    width: 1054px;
    margin: 0 auto;
    background-color: #fff;
    padding: 13px 28px 24px;
    box-sizing: border-box
}

.search .content .form>div {
    font-size: 14px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 11px;
    border: 1px solid #D4D4D4;
    border-bottom: 0;
    color: #333
}

.search .content .form>div>p {
    text-align: center;
    width: 50px;
    height: 30px;
    background-color: #E9E9E9;
    line-height: 30px;
    font-size: 15px;
    color: #666
}

.search .content .form>div .classTags {
    width: 900px;
    margin-left: 15px;
    justify-content: flex-start;
    margin-top: 8px;
    flex-wrap: wrap
}

.search .content .form>div .classTags>div {
    width: 806px;
    margin-left: 17px;
    flex-wrap: wrap;
    justify-content: flex-start
}

.search .content .form>div .classTags .all,
.search .content .form>div .classTags .checkedbox-group {
    margin-right: 10px;
    position: relative;
    height: 14px;
    line-height: 14px
}

.search .content .form>div .classTags .all .checkedbox-text,
.search .content .form>div .classTags .checkedbox-group .checkedbox-text {
    margin-left: 10px;
    cursor: pointer
}

.search .content .form>div .classTags .all input,
.search .content .form>div .classTags .checkedbox-group input {
    opacity: 0;
    display: block;
    width: 14px;
    height: 14px;
    outline: 0
}

.search .content .form>div .classTags .all input[type=checkbox]+label,
.search .content .form>div .classTags .checkedbox-group input[type=checkbox]+label {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    background-image: url("/public2022/images/select0.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    left: 0;
    top: 0;
    border-radius: 2px;
    cursor: pointer
}

.search .content .form>div .classTags .all input[type=checkbox]:checked+label::before,
.search .content .form>div .classTags .checkedbox-group input[type=checkbox]:checked+label::before {
    content: " ";
    background-image: url("/public2022/images/select.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    width: 14px;
    height: 14px;
    display: block;
    background-color: #EC2323;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px
}

.search .content .form>div .biaoXunTags {
    width: 900px;
    margin-left: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3px;
    flex-wrap: wrap
}

.search .content .form>div .biaoXunTags>div {
    width: 806px;
    margin-left: 8px;
    flex-wrap: wrap;
    justify-content: flex-start
}

.search .content .form>div .biaoXunTags .all,
.search .content .form>div .biaoXunTags .checkedbox-group {
    margin-right: 9px;
    position: relative;
    margin-bottom: 15px
}

.search .content .form>div .biaoXunTags .all .checkedbox-text,
.search .content .form>div .biaoXunTags .checkedbox-group .checkedbox-text {
    margin-left: 10px;
    cursor: pointer
}

.search .content .form>div .biaoXunTags .all input,
.search .content .form>div .biaoXunTags .checkedbox-group input {
    opacity: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid red;
    outline: 0
}

.search .content .form>div .biaoXunTags .all input[type="checkbox"]+label,
.search .content .form>div .biaoXunTags .checkedbox-group input[type="checkbox"]+label {
    width: 12px;
    height: 12px;
    display: block;
    border: 1px solid #dcdfe6;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 2px;
    cursor: pointer
}

.search .content .form>div .biaoXunTags .all input[type="checkbox"]:checked+label::before,
.search .content .form>div .biaoXunTags .checkedbox-group input[type="checkbox"]:checked+label::before {
    content: " ";
    background-image: url("/public2022/images/select.png");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    width: 14px;
    height: 14px;
    display: block;
    background-color: #EC2323;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 2px
}

.search .content .form>div .biaoXunTags .all {
    margin-left: 12px
}

.search .content .form>div .projectGrades {
    width: 900px;
    margin-left: 15px;
    justify-content: flex-start;
    margin-top: 3px;
    flex-wrap: wrap
}

.search .content .form>div .projectGrades>div {
    width: 806px;
    margin-left: 17px;
    flex-wrap: wrap;
    justify-content: flex-start
}

.search .content .form>div .projectGrades .checkedbox-group {
    margin-right: 10px;
    position: relative;
    height: 14px;
    line-height: 14px
}

.search .content .form>div .projectGrades .checkedbox-group .checkedbox-text {
    margin-left: 10px;
    cursor: pointer
}

.search .content .form>div .projectGrades .checkedbox-group input {
    opacity: 0;
    display: block;
    width: 14px;
    height: 14px;
    outline: 0
}

.search .content .form>div .projectGrades .checkedbox-group input[type=checkbox]+label {
    width: 14px;
    height: 14px;
    display: block;
    background-image: url("/public2022/images/select0.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}

.search .content .form>div .projectGrades .checkedbox-group input[type=checkbox]:checked+label::before {
    content: " ";
    background-image: url("/public2022/images/select.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    width: 14px;
    height: 14px;
    display: block;
    background-color: #EC2323;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 2px
}

.search .content .form>div .channelIdsbtn {
    width: 56px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #ff7900;
    border-radius: 3px;
    margin: 0 10px;
    padding: 0 3px
}

.search .content .form>div .provinces {
    width: 900px;
    margin-left: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.search .content .form>div .provinces>div {
    width: 806px;
    margin-left: 12px;
    flex-wrap: wrap;
    justify-content: flex-start
}

.search .content .form>div .provinces .all,
.search .content .form>div .provinces .checkedbox-group {
    margin: 5px 7px;
    position: relative;
    height: 14px;
    line-height: 14px
}

.search .content .form>div .provinces .all .checkedbox-text,
.search .content .form>div .provinces .checkedbox-group .checkedbox-text {
    margin-left: 10px;
    cursor: pointer
}

.search .content .form>div .provinces .all input,
.search .content .form>div .provinces .checkedbox-group input {
    opacity: 0;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid red;
    outline: 0
}

.search .content .form>div .provinces .all input[type=checkbox]+label,
.search .content .form>div .provinces .checkedbox-group input[type=checkbox]+label {
    width: 14px;
    height: 14px;
    display: block;
    background-image: url("/public2022/images/select0.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}

.search .content .form>div .provinces .all input[type=checkbox]:checked+label::before,
.search .content .form>div .provinces .checkedbox-group input[type=checkbox]:checked+label::before {
    content: " ";
    background-image: url("/public2022/images/select.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    width: 14px;
    height: 14px;
    display: block;
    background-color: #EC2323;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px
}

.search .content .form>div .provinces .all {
    margin-left: 12px
}

.search .content .form>div .provinces-project {
    width: 900px;
    margin-left: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.search .content .form>div .provinces-project>div {
    width: 890px;
    margin-left: 12px;
    flex-wrap: wrap;
    justify-content: flex-start
}

.search .content .form>div .provinces-project .checkedbox-group {
    margin: 5px 4px;
    position: relative;
    height: 14px;
    line-height: 14px
}

.search .content .form>div .provinces-project .checkedbox-group .checkedbox-text {
    margin-left: 6px;
    cursor: pointer
}

.search .content .form>div .provinces-project .checkedbox-group .checkedbox-text span:last-of-type {
    display: inline-block;
    width: 12px;
    height: 10px;
    background-image: url("/public2022/images/updown.png");
    background-position: right 3px;
    background-size: 10px 32px
}

.search .content .form>div .provinces-project .checkedbox-group input {
    opacity: 0;
    display: block;
    width: 14px;
    height: 14px;
    outline: 0
}

.search .content .form>div .provinces-project .checkedbox-group input[type=checkbox]+label {
    width: 14px;
    height: 14px;
    display: block;
    background-image: url("/public2022/images/select0.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
    cursor: pointer
}

.search .content .form>div .provinces-project .checkedbox-group input[type="checkbox"]:checked+label::before {
    content: " ";
    background-image: url("/public2022/images/select.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    width: 14px;
    height: 14px;
    display: block;
    background-color: #EC2323;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px
}

.search .content .form>div .hyBigClasses {
    width: 900px;
    margin-left: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.search .content .form>div .hyBigClasses>div {
    width: 890px;
    margin-left: 12px;
    flex-wrap: wrap;
    justify-content: flex-start
}

.search .content .form>div .hyBigClasses .checkedbox-group {
    margin: 5px 7px;
    position: relative;
    height: 14px;
    line-height: 14px
}

.search .content .form>div .hyBigClasses .checkedbox-group .checkedbox-text {
    margin-left: 6px;
    cursor: pointer
}

.search .content .form>div .hyBigClasses .checkedbox-group .checkedbox-text span:last-of-type {
    display: inline-block;
    width: 12px;
    height: 10px;
    background-image: url("/public2022/images/updown.png");
    background-position: right 3px;
    background-size: 10px 32px
}

.search .content .form>div .hyBigClasses .checkedbox-group input {
    opacity: 0;
    display: block;
    width: 14px;
    height: 14px;
    outline: 0
}

.search .content .form>div .hyBigClasses .checkedbox-group input[type=checkbox]+label {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    background-image: url("/public2022/images/select0.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    left: 0;
    top: 0;
    cursor: pointer
}

.search .content .form>div .hyBigClasses .checkedbox-group input[type=checkbox]:checked+label::before {
    content: " ";
    background-image: url("/public2022/images/select.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    width: 14px;
    height: 14px;
    display: block;
    background-color: #EC2323;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px
}

.search .content .form>div .cities {
    display: none;
    width: 890px;
    border: 1px dashed #DC2121;
    margin-left: 67px
}

.search .content .form>div .cities .cities-box {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 10px
}

.search .content .form>div .cities .cities-box .checkedbox-group {
    margin: 5px 5px 5px;
    position: relative;
    height: 14px;
    line-height: 14px
}

.search .content .form>div .cities .cities-box .checkedbox-group .checkedbox-text {
    margin-left: 10px;
    cursor: pointer
}

.search .content .form>div .cities .cities-box .checkedbox-group input {
    opacity: 0;
    display: block;
    width: 14px;
    height: 14px;
    outline: 0
}

.search .content .form>div .cities .cities-box .checkedbox-group input[type=checkbox]+label {
    width: 14px;
    height: 14px;
    display: block;
    background-image: url("/public2022/images/select0.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}

.search .content .form>div .cities .cities-box .checkedbox-group input[type=checkbox]:checked+label::before {
    content: " ";
    background-image: url("/public2022/images/select.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    width: 14px;
    height: 14px;
    display: block;
    background-color: #EC2323;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px
}

.search .content .form>div .hySmallClasses {
    display: none;
    width: 890px;
    border: 1px dashed #DC2121;
    margin-left: 67px
}

.search .content .form>div .hySmallClasses .hySmallClasses-box {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 10px
}

.search .content .form>div .hySmallClasses .hySmallClasses-box .checkedbox-group {
    margin: 5px;
    position: relative;
    height: 14px;
    line-height: 14px
}

.search .content .form>div .hySmallClasses .hySmallClasses-box .checkedbox-group .checkedbox-text {
    margin-left: 10px;
    cursor: pointer
}

.search .content .form>div .hySmallClasses .hySmallClasses-box .checkedbox-group input {
    opacity: 0;
    display: block;
    width: 14px;
    height: 14px;
    outline: 0
}

.search .content .form>div .hySmallClasses .hySmallClasses-box .checkedbox-group input[type=checkbox]+label {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    background-image: url("/public2022/images/select0.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    left: 0;
    top: 0;
    cursor: pointer
}

.search .content .form>div .hySmallClasses .hySmallClasses-box .checkedbox-group input[type=checkbox]:checked+label::before {
    content: " ";
    background-image: url("/public2022/images/select.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    width: 14px;
    height: 14px;
    display: block;
    background-color: #EC2323;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px
}

.search .content .form>div .date {
    width: 830px;
    height: 30px;
    align-items: center;
    justify-content: flex-start;
    margin-left: 30px
}

.search .content .form>div .date .date-group {
    height: 14px;
    line-height: 14px;
    position: relative;
    margin-right: 16px;
    color: #333
}

.search .content .form>div .date .date-group input[type=radio] {
    opacity: 0;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid red;
    outline: 0
}

.search .content .form>div .date .date-group input[type=radio]+label {
    width: 14px;
    height: 14px;
    display: block;
    background-image: url("/public2022/images/radio1.png");
    background-repeat: no-repeat;
    background-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    border-radius: 50%
}

.search .content .form>div .date .date-group input[type=radio]:checked+label::before {
    content: " ";
    background-image: url("/public2022/images/radio2.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    width: 14px;
    height: 14px;
    display: block;
    background-color: #EC2323;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%
}

.search .content .form>div .date .date-group .checkedbox-text {
    margin-left: 10px;
    cursor: pointer
}

.search .content .form>div .date .reset {
    text-align: center;
    width: 60px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #BCBCBC;
    cursor: pointer;
    margin-left: 23px
}

.search .content .form>div .keywords {
    justify-content: flex-start;
    margin-top: 24px;
    flex-wrap: wrap
}

.search .content .form>div .keywords p {
    height: 34px;
    padding: 0 14px;
    line-height: 34px;
    border: 1px solid #d4d4d4;
    background-color: #fafafa;
    border-radius: 1px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin-right: 16px;
    margin-bottom: 10px
}

.search .content .form>div .keywords p.history {
    background-image: url("/public2022/images/del.png");
    background-size: 13px;
    padding-left: 30px;
    background-position: 10px center
}

.search .content .form>div:last-of-type {
    border-bottom: 1px solid #D4D4D4
}

.search .content .keywords {
    width: 1054px;
    margin: 0 auto;
    padding: 0 28px 30px;
    box-sizing: border-box;
    background-color: #fff;
    justify-content: flex-start;
    flex-wrap: wrap
}

.search .content .keywords p {
    max-width: 122px;
    height: 34px;
    padding: 0 14px;
    line-height: 34px;
    border: 1px solid #d4d4d4;
    background-color: #fafafa;
    border-radius: 1px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin-right: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search .content .keywords p.history {
    background-image: url("/public2022/images/del.png");
    background-size: 13px;
    padding-left: 30px;
    background-position: 10px center
}

.checkedbox-text-active {
    color: #DC2121 !important
}

.active-rotate {
    background-position: right -26px !important
}

